Aspire's Library

A Place for Latest Exam wise Questions, Videos, Previous Year Papers,
Study Stuff for MCA Examinations

Delhi University MCA Previous Year Questions (PYQs)

Delhi University MCA C Programming Language PYQ


Delhi University MCA PYQ
Which of the following operands have equal precedence, in C programming language?
I.       [ ] 
II.       & 
III.      <= 
IV.      ( )





Go to Discussion

Delhi University MCA Previous Year PYQDelhi University MCA DU MCA 2019 PYQ

Solution


Delhi University MCA PYQ
The operator a << b shifts binary representation of integer „a‟ by „b‟ bit ________ , in C programming language.





Go to Discussion

Delhi University MCA Previous Year PYQDelhi University MCA DU MCA 2019 PYQ

Solution


Delhi University MCA PYQ
Two‟s complement of 00000000 is





Go to Discussion

Delhi University MCA Previous Year PYQDelhi University MCA DU MCA 2019 PYQ

Solution


Delhi University MCA PYQ
main() 
   { 
     int i = 4; 
     int j = 10; 
         Statements of the program 
         if ( i > 0) 
           { 
              int i = 44; 
              Statements of the program 
           }
    } 

Given 
I. The local value of I is 44 
II. The global value of I is 4 then





Go to Discussion

Delhi University MCA Previous Year PYQDelhi University MCA DU MCA 2019 PYQ

Solution


Delhi University MCA PYQ
Which one of the following is in built data structure of C language?





Go to Discussion

Delhi University MCA Previous Year PYQDelhi University MCA DU MCA 2020 PYQ

Solution


Delhi University MCA PYQ
Which of the following operators in C language has right to left associativity:





Go to Discussion

Delhi University MCA Previous Year PYQDelhi University MCA DU MCA 2020 PYQ

Solution


Delhi University MCA PYQ
The following in C language is valid 
Variable = expression l ? expression 2: expression 3 

It represents a (an)





Go to Discussion

Delhi University MCA Previous Year PYQDelhi University MCA DU MCA 2020 PYQ

Solution


Delhi University MCA PYQ
Which one of the following is incorrect in C language?





Go to Discussion

Delhi University MCA Previous Year PYQDelhi University MCA DU MCA 2020 PYQ

Solution



Delhi University MCA


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

Delhi University MCA


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

Ask Your Question or Put Your Review.

loading...